home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETFORE.IN_ / netfore.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  3.1 KB  |  104 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [Version]
  4. Signature  = "$Windows NT$"
  5. Class      = Net
  6. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider   = %Msft%
  8. LayoutFile = layout.inf
  9. DriverVer=10/01/2002,5.0.11.6504
  10.  
  11. [Manufacturer]
  12. %FORE% = FORE
  13.  
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect     = *
  17.  
  18.  
  19. [FORE]
  20. %PCA200E.DeviceDesc%  = PCA200E.ndi, PCI\VEN_1127&DEV_0300  ;PCA-200E
  21.  
  22. ;-------------------------------------------------------------------------------
  23. ; PCA200E 
  24. ;
  25. [PCA200E.ndi]
  26. AddReg          = PCA200E.ndi.reg
  27. Characteristics = 0x84  ; NCF_PHYSICAL | NCF_HAS_UI
  28. BusType         = 5
  29. CopyFiles       = PCA200E.CopyFiles
  30.  
  31. [PCA200E.ndi.Services]
  32. AddService      = PCA200E, 2, PCA200E.AddService, PCA200E.AddEventLog
  33.  
  34.  
  35. ;-------------------------------------------------------------------------------
  36. ; PCA-200E
  37. ;
  38. [PCA200E.ndi.reg]
  39. HKR, Ndi,                        Service,    0, "PCA200E"
  40. HKR, Ndi\Interfaces,             DefLower,   0, "atm"
  41. HKR, Ndi\Interfaces,             LowerRange, 0, "atm"
  42. HKR, Ndi\Interfaces,             DefUpper,   0, "ndisatm"
  43. HKR, Ndi\Interfaces,             UpperRange, 0, "ndisatm"
  44.  
  45. HKR, Ndi\params\Sonet,           ParamDesc,  0, %OC3Framing%
  46. HKR, Ndi\params\Sonet,           default,    0, "1"
  47. HKR, Ndi\params\Sonet,           type,       0, "enum"
  48. HKR, Ndi\params\Sonet\enum,      "0",        0, %SDH%
  49. HKR, Ndi\params\Sonet\enum,      "1",        0, %SONET%
  50.  
  51. HKR, Ndi\params\Unassigned,      ParamDesc,  0, %EmptyCellInsertion%
  52. HKR, Ndi\params\Unassigned,      default,    0, "1"
  53. HKR, Ndi\params\Unassigned,      type,       0, "enum"
  54. HKR, Ndi\params\Unassigned\enum, "0",        0, %Idle%
  55. HKR, Ndi\params\Unassigned\enum, "1",        0, %Unassigned%
  56.  
  57.  
  58. ;-------------------------------------------------------------------------------
  59. ; PCA Driver and Service
  60. ;
  61. [PCA200E.CopyFiles]
  62. PCA200E.SYS,,,2
  63. PCA200E.BIN,,,2
  64.  
  65. [PCA200E.AddService]
  66. DisplayName    = %PCA200E.Service.DispName%
  67. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  68. StartType      = 3 ;SERVICE_DEMAND_START
  69. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  70. ServiceBinary  = %12%\PCA200E.sys
  71. LoadOrderGroup = NDIS
  72.  
  73. [PCA200E.AddEventLog]
  74. AddReg = PCA200E.AddEventLog.Reg
  75.  
  76. [PCA200E.AddEventLog.Reg]
  77. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  78. HKR, , TypesSupported,   0x00010001, 7
  79.  
  80.  
  81. ;-------------------------------------------------------------------------------
  82. ; Destination Dirs
  83. ;
  84. [DestinationDirs]
  85. PCA200E.CopyFiles  = 12
  86.  
  87. ;-------------------------------------------------------------------------------
  88. ; Localizable Strings
  89. ;
  90. [Strings]
  91. Msft                      = "Microsoft"
  92. FORE                      = "FORE Systems, Inc."
  93.  
  94. OC3Framing                = "OC3 Framing"
  95. SDH                       = "SDH"
  96. SONET                     = "SONET"
  97. EmptyCellInsertion        = "Empty Cell Insertion"
  98. Idle                      = "Idle"
  99. Unassigned                = "Unassigned"
  100.  
  101. PCA200E.DeviceDesc        = "ForeRunner PCA-200EPC ATM Adapter" 
  102.  
  103. PCA200E.Service.DispName  = "ForeRunner PCA-200EPC ATM Driver"
  104.